home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
F1 Licenseware
/
F1 Licenseware - Volume 1.iso
/
disks
/
050a.dms
/
050a.adf
/
EXAMPLE_PROGRAMS
/
example09.AMOS
/
example09.amosSourceCode
Wrap
AMOS Source Code
|
1992-02-26
|
1KB
|
49 lines
'================
Rem EXAMPLE9.Amos
'================
Rem hide mouse
'-------------
Hide
Rem load picture, try changing the name of the pic to another supplied
Rem on this disk
'---------------
Load Iff "df0:Pics/sonic.iff",0
Rem LOAD a tracker music module into bank 5
'-------------------------------------------
Track Load "df0:music/mod.chippy",5
Rem Play the mod that is now stored in memory bank 5
'----------------------------------------------------
Track Play 5
Rem make the mod loop back to the beginning once it reaches the end
'-------------------------------------------------------------------
Track Loop On
Rem CLEAR the KEYboard buffer from any previous key presses
'-----------------------------------------------------------
Clear Key
Rem WAIT for a KEY press, any key
'--------------------------------
Wait Key
Rem STOP the music
'-----------------
Track Stop
Rem LIST the contents of all used memory BANKs
'----------------------------------------------
List Bank